home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2004 May / CyberMycha 05-2004 (Poland).bin / shareware / Alonix.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2004-03-06  |  2.7 KB  |  64 lines

  1. ;InnoSetupVersion=2.0.11
  2. [Setup]
  3. AppName=Alonix
  4. AppVerName=Alonix version 2.51
  5. AppId=Alonix
  6. DefaultDirName={pf}\Alonix
  7. DefaultGroupName=Alonix
  8. OutputBaseFilename=Alonix
  9. Compression=zip
  10. PrivilegesRequired=none
  11. ExtraDiskSpaceRequired=5000000
  12. LicenseFile=embedded\License.txt
  13. WizardImageFile=embedded\WizardImage0.bmp
  14. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  15. [Files]
  16. Source: "{tmp}\muspack.exe"; DestDir: "{tmp}"; Flags: deleteafterinstall 
  17. Source: "{app}\music\00.fmt"; DestDir: "{app}\music"; 
  18. Source: "{app}\theme1.mid"; DestDir: "{app}"; 
  19. Source: "{app}\theme2.mid"; DestDir: "{app}"; 
  20. Source: "{app}\theme3.mid"; DestDir: "{app}"; 
  21. Source: "{app}\readme.htm"; DestDir: "{app}"; 
  22. Source: "{app}\Alonix.gif"; DestDir: "{app}"; 
  23. Source: "{app}\Title.jpg"; DestDir: "{app}"; 
  24. Source: "{app}\logo.gif"; DestDir: "{app}"; 
  25. Source: "{app}\home.url"; DestDir: "{app}"; 
  26. Source: "{app}\order.url"; DestDir: "{app}"; 
  27. Source: "{app}\Alonix.exe"; DestDir: "{app}"; 
  28. Source: "{app}\to_pac.ch"; DestDir: "{app}"; 
  29. Source: "{app}\to_pac.sh"; DestDir: "{app}"; 
  30. Source: "{app}\to_pac.scc"; DestDir: "{app}"; 
  31. Source: "{app}\to_pac.pnl"; DestDir: "{app}"; 
  32. Source: "{app}\to_pac.bgr"; DestDir: "{app}"; 
  33. Source: "{app}\menu\opti.dat"; DestDir: "{app}\menu"; 
  34. Source: "{app}\license.txt"; DestDir: "{app}"; 
  35. [Dirs]
  36. Name: "{app}\music"; 
  37. Name: "{app}\menu"; 
  38. Name: "{app}\bmps"; 
  39. [Registry]
  40. Root: HKLM; Subkey: "Software\AxySoft"; Flags: uninsdeletekeyifempty 
  41. Root: HKLM; Subkey: "Software\AxySoft\Alonix"; Flags: uninsdeletekey 
  42. Root: HKLM; Subkey: "Software\AxySoft\Alonix"; ValueName: "InstallPath"; ValueType: String; ValueData: "{app}"; 
  43. [Run]
  44. Filename: "{tmp}\muspack.exe"; Parameters: "{app}"; 
  45. Filename: "{app}\readme.htm"; Description: "View the README file"; Flags: shellexec postinstall unchecked skipifsilent 
  46. Filename: "{app}\Alonix.exe"; Description: "Launch ALONIX"; Flags: postinstall skipifsilent nowait
  47. [Icons]
  48. Name: "{group}\Launch Alonix"; Filename: "{app}\Alonix.exe"; WorkingDir: "{app}"; 
  49. Name: "{group}\View Documentation"; Filename: "{app}\readme.htm"; 
  50. Name: "{group}\Visit AxySoft Website"; Filename: "{app}\home.url"; 
  51. Name: "{group}\Buy Full Version Online"; Filename: "{app}\order.url"; 
  52. Name: "{commondesktop}\Alonix"; Filename: "{app}\Alonix.exe"; WorkingDir: "{app}"; 
  53. [InstallDelete]
  54. Type: files; Name: "{app}\menu\*.*"; 
  55. Type: files; Name: "{group}\Visit AxySoft Website"; 
  56. Type: files; Name: "{group}\Buy Full Version Online"; 
  57. Type: files; Name: "{group}\Launch Alonix"; 
  58. Type: files; Name: "{group}\View Documentation"; 
  59. [UninstallDelete]
  60. Type: files; Name: "{app}\music\*.*"; 
  61. Type: files; Name: "{app}\menu\*.*"; 
  62. Type: files; Name: "{app}\bmps\*.*"; 
  63. Type: files; Name: "{app}\*.*"; 
  64.